EMT Practice Test

1. Question Content...


Question List

Question1: Which one of the following formulas does Cheng use to change the value of the ReleaseDate field to
today's date?

Question2: Which one of the following contains data types stored as summary data by default?

Question3: Management has asked Bob to post an introductory Welcome page when Notes users first open the Video
application.
In which one of the following places should Bob put the Welcome message?

Question4: Jamie needs to add a RestrictAccess field on a form in the Purchasing application. Only users with the
[Admin] role should be able to see this field.
How should she write the hide/when formula to hide this field?

Question5: Roger wants a JavaScript function to execute in the onLoad event for a form.
What must he select to have it run for both Web and Lotus Notes clients?

Question6: In the Video form, the OrderDate field (which shows when the video can be ordered) is calculated based
on the Date field (which displays the release date). The order date is 30 days prior to the release date.
Which one of the following formulas will calculate the OrderDate value?

Question7: Therese wants to write some LotusScript code that steps through every document in a view and displays
the "Title" field. She currently has the following code written:
Dim session As New NotesSession Dim db As NotesDatabase Dim view As NotesView Dim doc As
NotesDocument Set db = session.CurrentDatabase Set view = db.GetView( "By Category") Set doc
view.GetFirstDocument Do Until (doc Is Nothing) Print doc.Title(0) '** MISSING CODE ** Loop
What does she need to add on the ** MISSING CODE ** line to make the code work properly?

Question8: Kelsey has a LotusScript agent that uses a dialog box to gather information from the user.
How should he modify this agent for use on the Web?

Question9: Jason coded and saved a scheduled Java server agent that should execute on ServerX. The agent does
not run at all, even though Jason signed it with his Notes id.
Given that the agent manager is running on the server, which one of the following should Jason check first
to diagnose the problem?

Question10: Jack cannot get two buttons on his Web form to display when using a Web browser.
What is the most likely cause of this problem?

Question11: Herman has created a new design for his Video application. He would like to post the design to the server
and make it available so other applications can automatically inherit the design changes when the
DESIGN server tasks runs.
Which one of the following should Herman to do make the new design available on the development
server?

Question12: Erin has created a categorized view in her Human Resources database that supports unread marks. When
users access the view and try to expand some categories, no documents appear even though the users
see unread marks beside the category.
Which one of the following could be the problem?

Question13: Dierdre is periodically asked to update the Readers field in documents created with the SalesOrder form. If
a person's name changes, they are no longer able to access documents they'd been able to access in the
past. Dierdre would like the Readers fields to be automatically updated when someone's name has been
changed in the Domino directory.
How can she do this?

Question14: Mahesh must ensure that only users with the DbAdmin role can edit the Price field on the Product form.
The other fields on the form are editable by all users.
How can Mahesh restrict who can edit the Price field?

Question15: Jarrod wrote an agent that begins with the following LotusScript code:
Dim session As New NotesSession Dim db As NotesDatabase Dim view As NotesView Dim doc As
NotesDocument Set db = session.CurrentDatabase Set view = db.GetView( "By Category" ) Set doc
view.GetDocumentByKey( "kitten" )
When the agent runs, which document will be referenced by the "doc" variable?

Question16: Menno has hidden the design of a database and finds out later that most of the design elements have the
"prohibit design refresh or replace to modify this element" flag set.
How can he undo this?

Question17: Susan has deployed a template, "sales.ntf", for the Sales Tracking application on the test server. Fred
wants to create a new Sales Tracking application using Susan's template, and Fred wants his new
application to inherit future design changes from the template.
How can Fred do this?

Question18: Which one of the following statements about an Authors field is true?

Question19: Everyone needs read access to inventory documents. Only the Inventory Managers group should be able
to create inventory documents. The Warehouse group must be able to edit these documents.
How should Claude configure the security?

Question20: What function does the Formula type field perform?

Question21: Linda would like to build a notification dialog box for the user of the Update Checkout agent. When the
agent is done, it should tell the user how many video documents were updated.
What is the command she should use for this feature?

Question22: Richard's form includes a field that causes a document to be mailed when the document is saved.
Which of the following is the reserved field name that Richard assigned to the field?

Question23: Wesley is able to see documents in the Suggestion application that have his name listed in the
"SuggestionContact" field. He cannot see any other documents nor can he edit the documents he can
see.
What level of access does Wesley have in the ACL for this application?

Question24: Melissa has created a default outline in her application and wants to display specific outline entries to Web
users.
How can she do this task?

Question25: Clifford has a Readers field in his Expense Report form. Who will be able to see the document once he
saves it in the application?

Question26: The Video application ACL supports 3 types of users:
1. Users who can only view information in the application.
2. Users who can view, enter, and edit the information they have entered in the application. 3. Users who
can view and modify any document in the application.
Cyd created groups in the Directory to hold the names of the different user types:
1. Video Viewers
2. Video Creators
3. Video Modifiers Cyd adds the three groups and wants to control the access of different users.
In which one of the following ways should he assign access levels?

Question27: Bram needs to change a large number of documents in an existing application and add the three fields
from the Document NewDoc to each existing document. He has created a document collection of the
documents to be changed.
How can he best achieve this?

Question28: Olga wants to have one action on the Video form that will give the options to Print, Save, and Exit the
document when it is clicked.
In which one of the following ways can she accomplish this?

Question29: When Eduardo tried to save a document, he got the following error message: Incorrect data type for
operator or @Function: Text Expected.
Which one of the following did he most likely do to cause this to happen?

Question30: Janira is adding a Received date to her Video Rental form. She would like to have the date field show the
user a calendar for date selection.
How would she accomplish this?

Question31: What type of element CANNOT be embedded into a page?

Question32: Anika has been told that users cannot use the embedded view on a form because it is too wide. On
Anika's screen setting for 1920 resolution, the form uses only 25 percent of her screen.
What can Anika do to allow users to use the full width of their screen, regardless of their resolution, while
using an embedded view?

Question33: Roberto has been asked to modify the Membership view in the Video Rental application. A green
checkmark should appear in the Approved view column for each document where membership has been
approved. He set the view column property to "Display values as icons", and now he needs to write a
column formula.
What is the column formula he needs to use?

Question34: A system administrator needs to give Web users access to databases on DomServer1/Acme. Presently,
only Lotus Notes clients are allowed to access the database using TCP/IP.
What should the system administrator do?

Question35: A button on a Notes document has the following LotusScript code:
Dim workspace As New NotesUIWorkspace Dim uidoc As NotesUIDocument Set uidoc
workspace.CurrentDocument Call uidoc.GotoField("Status") Print "Approved"
Where will the word "Approved" appear after the button is clicked?

Question36: Pedro created a document in the Suggestion application. After saving and closing the document, he was
unable to see his document or any other documents in the main view.
What level of access does Pedro have in the Suggestion application?

Question37: Susan wants to populate a field in the Inventory form so that when a user composes a document they can
select from a dialog list of products.
Which @function can she use to look up to an Inventory view within the same database?

Question38: Janet uses Domino Designer's Dynamic Help feature to clarify something.
What kind of help will she get?

Question39: Luis needs to add a field to a form that will allow him to enter up to 500 kilobytes of data.
What type of field should he use for this requirement?

Question40: Hermes wants to program a button to allow a user to modify the Status field to a value of "Approved" on
the document that they are currently editing in the Lotus Notes client.
Which of the following fragments of LotusScript code will do that?

Question41: Norita has a form with a field that allows the user to choose the background color of a particular
document.
How has she set up the field to accomplish this?

Question42: Erica is writing a formula to determine the number of elements in a list. She wants to ensure that a nonzero
positive value is returned, even if the value her @Function is evaluating turns out to be a null string.
Which one of the following can she do to accomplish this?

Question43: Julie wants to have a view action display in a custom pop-up menu when the right mouse button is
clicked.
How can she do this?

Question44: Management has asked Bob to post an introductory Welcome page when Notes users first open the Video
application.
In which one of the following places should Bob put the Welcome message?

Question45: Parker is examining a WSDL file for his Lotus Domino Web service.
What role does the Types element have in the file?

Question46: Maggie wants to display the authenticated user's name on her Web site's welcome page.
How can she do this?

Question47: Malik needs to find all the design elements that reference a particular field in his database.
How could he accomplish this?

Question48: Greg has created a form with several fields that get their data from an external relational database system
based on a key field. DECS is installed.
Which one of the following must he have done to achieve this functionality?

Question49: When Nora creates a new document in the Suggestion application, a number of the fields have text
already displayed. But when she tabs or clicks into the field, the text disappears.
What design feature has been used to create this behavior?

Question50: Cindy wants to edit her style sheet resource using a third-party tool.
Which one of the following should Cindy do?

Question51: Danielle is updating the "companyName" field on all documents in a view. The field may include varying
text, but the field always includes the text "Blue Corporation". For example, one of the documents has
"Blue Corporation, a wholly-owned subsidiary of GigantaCorp" as the contents of the companyName field.
What formula can Danielle include in her agent to change the "Blue Corporation" text in each
companyName field to now be "Green Enterprises".

Question52: Minh supports the Change Control database. He has been asked if he can change the "by Month"
Calendar view so that the days that are outside of the selected month are displayed with a light gray
background and dark gray text.
What can Minh do to address this request?

Question53: Sam wants to display a column only if the current user is associated with the Manager role. Otherwise, the
column should be hidden.
Which one of the following will allow him to do this?

Question54: Tyrone is working on the branding of the company's Registration application, and he needs to add the
company logo to each form.
How can he do this and minimize potential future maintenance if the logo changes?

Question55: When Robert created a Response form, he set the "Formulas inherit values from selected document"
option on the form properties. The "Status" field on the Review form is also named "Status" on the
inheriting form. However, the form does not inherit any data.
Which one of the following most likely caused this problem?

Question56: Which one of the following describes the use of hidden column formulas?

Question57: When creating your own classes, how can you integrate an existing LotusScript class like
"NotesDocument"?